home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / dydrmbbs.rdm < prev    next >
Text File  |  1997-01-18  |  7KB  |  185 lines

  1. Short:    DayDream BBS Software v1.27.
  2. Author:   c-lous@freenet.hut.fi
  3. Uploader: c-lous@freenet.hut.fi
  4. Version:  1.27
  5. Type:     comm/bbs
  6. Requires: OS2.04+, 2Mb
  7.  
  8.  
  9. DayDream BBS is written in 100% assembler and is therefor one of the
  10. fastest BBS programs availiable on Amiga today.
  11.  
  12. Features
  13. ~~~~~~~~
  14.  - DayDream  BBS  looks  like  AmiExpress, which is a much loved and hated
  15.    BBS software. Most of the people who like AmiExpress like it because of
  16.    it's simpliness and  because it's very fast to use. However, AmiExpress
  17.    requires a very fast CPU to operate smoothly and the configurability is
  18.    rather poor too. DayDream fixes the major problems found in AmiX.
  19.  
  20.  - 100%  assembly  code.   DayDream  is  probably the fastest BBS-software
  21.    ever.
  22.  
  23.  - Number of conferences is limited to 64.  Each conference can have up to
  24.    254  messagebases and  fileareas.  64*254 = 16256 (or for Pentium users
  25.    16255.999999987.)
  26.  
  27.  - Maximum  security.   Each user can have their own securitysettings, but
  28.    defaults  are taken by securitylevel.  Every command in DayDream can be
  29.    toggled on/off.
  30.  
  31.  - Basic  utilities  and  doors are included in distribution archive.  For
  32.    example:    Faker,   whof,   new,  top list -utilities, weektop etc.
  33.  
  34.  - Configuration is done  via an ascii file.  This enables quick modifica-
  35.    tions to the BBS'  settings.  Asciifile  is converted  to  binaryformat
  36.    with  utility  called  DreamConfig.     It takes about 1 sec to compile
  37.    the datafiles with it.
  38.  
  39.  - If you don't like editing Textfile, there's a MUI based configprogram
  40.    included. (Read MUIConfig.DOC!)
  41.  
  42.  - Superb  upload handling.  Full support  for file_id.diz, gets date from
  43.    file_id.diz (if  wanted),  built-in offline  checking, adds file_id.diz
  44.    to archives if it didn't exist etc.
  45.  
  46.  - Strings  and  prompts  can be re-defined, so you can customize your BBS
  47.    any way you like.
  48.  
  49.  - You  can  have  254  different displaymodes.  Each displaymode can have
  50.    it's own  characterconversiontables  (=no  more linefeeds), prompts and
  51.    strings and textfiles.
  52.  
  53.  - Multinode  support.  Supports up  to 254 nodes in theory. I suppose you
  54.    can have at least 5 nodes  on regular  030  without  too high CPU-Load.
  55.  
  56.  - Door formats supported: DayDream, ARexx, Paragon, stdio. AmiExpress
  57.    preudo-rexx "XIM" doors work via external emulation.
  58.  
  59.  - Supports XPR-Protocols, Hydra+SModem (Bidirectional w/ chat).
  60.  
  61.  - Supports FTP-transfers. There's a custom ftpd for DD to have on-the-fly
  62.    dupechecking.
  63.  
  64.  - Cheap. DayDream costs only 300SEK or 55USD.
  65.  
  66.  - Everything else except DDHydra and SModem can be made resident!
  67.  
  68.  
  69. Requirements
  70. ~~~~~~~~~~~~
  71.  - KickStart 2.04 (V37) or higher.
  72.  - Fifo.library and l:fifo-handler running (for stdio doors etc.)
  73.  - Reqtools.library
  74.  
  75. Support
  76. ~~~~~~~
  77. DayDream is currently being developed at full speed and I intend to
  78. continue as long as there is any interest in this program.
  79.  
  80. If you have any  comments, discover some  bugs or have any suggestions etc
  81. feel free to send E-Mail to me at: c-lous@freenet.hut.fi.
  82.  
  83. Also try to catch Origo on IRC, channels #DayDream, #AmiElite or #AmigaScne.
  84.  
  85. You can get doors etc. via ftp:
  86. ftp://pato.vaala.fi/pub/amiga/daydream/.
  87.  
  88. Check out also DayDream homepage. http://www.haukipudas.fi/~anttihay.
  89.  
  90.  
  91.  
  92.  
  93. ===( Version 1.27 - ??1196 )==============================================
  94.  
  95. - Optimized some stuff. Executable size reduced by 350 bytes.
  96.  
  97. - Fixed some Enforcer hits in main executable.
  98.  
  99. - Fixed a bug in the logviewer that made the cursor disappear.
  100.  
  101. - Added HideCursor() and ShowCursor() to dreamdoor.library.
  102.   This will allow individual user-settings of door-output aswell.
  103.   (atleast a bit :-)
  104.  
  105. - Remade the whole UserInfo list in server. Hope you like verbose format. =)
  106.  
  107. - Fixed some major bugs and Enforcer hits with Callers.Log.
  108.  
  109. - Added '+FCO' fax-connect string for DD to work with FaxClass 2.0 connects.
  110.  
  111. - Added some more server activites (Can't get enough of theese :)..
  112.   'Initializing modem..'
  113.   'Answering..'
  114.   'Moving Files..'
  115.   'System Password..'
  116.  
  117. - Changed 'Enable Capture' menu-key to 0, because C interfered with Cut/Paste.
  118.  
  119. - Enhanched security for remote shell a bit. If for some reason shell password
  120.   is not found, DD won't allow shell access.
  121.  
  122. - Added a new example for developers in asm, a quicklogin door.
  123.  
  124. - Enter Chat now sends a Ctrl+A code to console/serial to make pager-doors
  125.   believe that Sysop pressed Ctrl+A even if he selected ChatMode from menu.
  126.  
  127. - CheckForTaggedFiles() in login is about 200% faster now, if all tagged files
  128.   are in the same conference.
  129.  
  130. - Added a logoff question if user has flagged files. Allows user to edit,
  131.   download, clear, return to BBS or keep flagged files.
  132.  
  133. - Fixed a problem with MultiFaceCard III, that made DD hang in logoff.
  134.   Thanks to MaRTIN\fA for bugtesting and reporting.
  135.  
  136. - Fixed the PrivateRead bug. Me stoopid.
  137.  
  138. - Split up DayDream in 2 archives, one for users and one for developers.
  139.   This is because the developer archive will grow soon.
  140.  
  141. - Fixed an error in DreamDoor documentation. Prompt() was wrong.
  142.   Thank you to Joo for this report.
  143.  
  144. - Added developer support for StormC.
  145.  
  146. - Enhanched Move command a bit. If there is only 1 filecatalog in destination
  147.   conference, DD don't ask for filedir anymore.
  148.  
  149. - Added a last downloads list to the Server.
  150.  
  151. - Added GetDDString() to dreamdoor.library, to allow access to DD's internal
  152.   strings.
  153.  
  154. - DD pops up an error message and a Screen Mode Requester if screen could
  155.   not be opened.
  156.   (For CyberGfx, wich seems to change screenmode from time to time (?))
  157.  
  158. - CPS rate was printed wrong in XPR-Window, fixed now.
  159.  
  160. - Updated AmigaE examples a bit to test the new GetDDString() function.
  161.  
  162. - Made NewFileScan and NewMailScan at login use DDCommand() function,
  163.   allowing doors also on those commands.
  164.  
  165. - Recompiled server, MUIConfig & Faker with Sas/C 6.57.
  166.  
  167. - Removed a couple of SERIOUS copyfile bugs. Sometimes the whole file was
  168.   not copied.
  169.  
  170. - Added (S)hutdown and (U)serEditor keys in 'Waiting for call...' menu.
  171.  
  172. - Added NodeClosedX.TXT. Place NodeClosed2.TXT in DayDream:Display/ dir if
  173.   you want to close node 2 temporarily.
  174.  
  175. - Fixed MsgBase 'NS' command. NonStop msgread now works 100%.
  176.  
  177. - Fixed mailscan output bugs once and for all.
  178.  
  179. - Added 3 more bits in Callers.Log: SYSOP COMMAND
  180.                                     UPLOAD FAILED
  181.                                     DOWNLOAD FAILED
  182.  
  183. - Fixed a bug in quoting of fidonet mail.
  184.   Thank you to MatrinFa and Bruce_Lee for helping me on this one.
  185.